func runtime.suspendG

2 uses

	runtime (current package)
		mgcmark.go#L233: 			stopped := suspendG(gp)
		preempt.go#L105: func suspendG(gp *g) suspendGState {